   PocketC Architect v4.0
   by Jeremy Dewey
   Copyright 1997-2006, OrbWorks
   http://www.orbworks.com/
---------------------------------------
PocketC Architect is a PalmOS-based compiler for the OrbC language, a C/C++
inspired language. PocketC Architect runs only on OS5+ devices, but can compile
applications for OS 3.0 and above.

PocketC Architect can compile older PocketC applications with minimal changes.

Installation:
-------------
Using your favorite PalmPilot program, install PCA.prc (the compiler),
OrbFormsRT-debug.prc or OrbForms.prc (the runtime), and MathLib.prc (which
adds a substantial number of floating-point functions such as trig functions).

Files included:
---------------
PCA.prc               The PocketC Architect compiler
OrbFormsRT.prc        The OrbC runtime
OrbFormsRT-debug.prc  The debug OrbC runtime, containing extra checks to help
                      find bugs.
MathLib.prc           The free math shared library. See MathLib.txt for details.
                      Note: MathLib is not required, but provides additional
                          floating point functions.
MathLib.txt           Readme for MathLib, explains licensing, etc.
PocketC.chm           Windows documentation (Compiled HTML Help format)
\HTMLdocs             Plain HTML version of the documentation
\add-ins              Native add-ins
\Samples              Sample source files
\PocketC              PocketC compatibility headers
\UtilCode             Utility code - useful stuff you don't have to write

Contact:
--------
Please send all suggestions, comments, and bug reports to Jeremy Dewey at
dewey@orbworks.com.

Legal:
------
This software is provided as is, with no guarantee of fitness for any particular
task. The user assumes all responsibility for its use.